home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-07-07 | 424 b | 16 lines | [TEXT/R*ch] |
- # Define SYSV as -DSYSV if you are using a System V operating system.
- # FIXME: What is this used for? It should go away (and even if it hasn't,
- # it's not clear linux should define it).
- SYSV = -DSYSV
- RANLIB = ranlib
-
- # What is this doing here?
- #LDFLAGS = -static
-
- # Point at XFree86 stuff.
- X11_INCLUDE_FLAGS = -I/usr/X11R6/include
- X11_LIB_FLAGS = -L/usr/X11R6/lib
-
- # no libtermlib.a with GNU ncurses.
- CURSES_LIB = -lcurses
-